net/netip.parsePrefixError.in (field)
8 uses
	net/netip (current package)
		netip.go#L1323: 	in  string // the string given to ParsePrefix
		netip.go#L1328: 	return "netip.ParsePrefix(" + strconv.Quote(err.in) + "): " + err.msg
		netip.go#L1341: 		return Prefix{}, parsePrefixError{in: s, msg: "no '/'"}
		netip.go#L1345: 		return Prefix{}, parsePrefixError{in: s, msg: err.Error()}
		netip.go#L1349: 		return Prefix{}, parsePrefixError{in: s, msg: "IPv6 zones cannot be present in a prefix"}
		netip.go#L1356: 		return Prefix{}, parsePrefixError{in: s, msg: "bad bits after slash: " + strconv.Quote(bitsStr)}
		netip.go#L1361: 		return Prefix{}, parsePrefixError{in: s, msg: "bad bits after slash: " + strconv.Quote(bitsStr)}
		netip.go#L1368: 		return Prefix{}, parsePrefixError{in: s, msg: "prefix length out of range"}
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |